home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_19781.txt < prev    next >
Text File  |  1990-02-11  |  2KB  |  50 lines

  1. -- card: 19781 from stack: in
  2. -- bmap block id: 20033
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=6 top=51 right=312 bottom=505
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 6 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=2 top=22 right=51 bottom=38
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 29114 / 29114
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Return
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   pop card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part contents for card part 2
  43. ----- text -----
  44.  
  45. The Dummy Cards that are created when the database is being set up are not essential once all the stacks (levels) have real data cards in them.  To remove a Dummy Card, go to the Dummy Card, go into "Debug" mode, and select "Delete Card" from the Edit pull-down menu.  This is the one time that you get to violate that "Warning!" message that you must have read by now.
  46.  
  47. You should not remove a Dummy Card if you expect the number of real cards  on its level to drop back to zero.  This condition will cause deletion failures.  You will get the message that tells you that you can't remove the last card from a stack.
  48.  
  49. If you're sure that a level will keep some population of real cards, go ahead and remove the Dummy Card if it is annoying you.
  50.